home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / DBaldwin / htmllite.exe / htmldemo.exe / 0 / RCDATA / TSUBMITFORM / TSUBMITFORM.txt
Encoding:
Text File  |  2001-06-24  |  1.2 KB  |  74 lines

  1. object SubmitForm: TSubmitForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Submit Results'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 19
  18.     Width = 43
  19.     Height = 16
  20.     Caption = 'Action:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 9
  24.     Top = 43
  25.     Width = 52
  26.     Height = 16
  27.     Caption = 'Method:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 18
  31.     Top = 71
  32.     Width = 50
  33.     Height = 16
  34.     Caption = 'Results'
  35.   end
  36.   object ActionText: TEdit
  37.     Left = 67
  38.     Top = 14
  39.     Width = 342
  40.     Height = 24
  41.     TabStop = False
  42.     ReadOnly = True
  43.     TabOrder = 0
  44.   end
  45.   object MethodText: TEdit
  46.     Left = 68
  47.     Top = 41
  48.     Width = 342
  49.     Height = 24
  50.     TabStop = False
  51.     ReadOnly = True
  52.     TabOrder = 1
  53.   end
  54.   object ResultBox: TListBox
  55.     Left = 17
  56.     Top = 90
  57.     Width = 392
  58.     Height = 145
  59.     TabStop = False
  60.     ItemHeight = 16
  61.     TabOrder = 2
  62.   end
  63.   object Button1: TButton
  64.     Left = 172
  65.     Top = 242
  66.     Width = 73
  67.     Height = 28
  68.     Caption = '&Close'
  69.     Default = True
  70.     TabOrder = 3
  71.     OnClick = Button1Click
  72.   end
  73. end
  74.